Companion
Functions
Link copied to clipboard
                inline operator fun <ObjectType, IdType, InputValue> invoke(    baseUrl: String,     httpClient: <Error class: unknown class>,     contentType: <Error class: unknown class>,     noinline idSerializer: suspend (IdType) -> String): KtorCRUDRepoClient<ObjectType, IdType, InputValue>
Content copied to clipboard
inline operator fun <ObjectType, IdType, InputValue> invoke(    baseUrl: String,     subpart: String,     httpClient: <Error class: unknown class>,     contentType: <Error class: unknown class>,     noinline idSerializer: suspend (IdType) -> String): KtorCRUDRepoClient<ObjectType, IdType, InputValue>
Content copied to clipboard